PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / setAfterPrintAction Method
A com.o2sol.pdf4java.actions.PDFJavaScriptAction object specifying the action to be executed after the document is printed.
In This Topic
    setAfterPrintAction Method
    In This Topic
    Sets the javascript action to execute after the document is printed.
    Syntax
    public void setAfterPrintAction( 
       PDFJavaScriptAction action
    )

    Parameters

    action
    A com.o2sol.pdf4java.actions.PDFJavaScriptAction object specifying the action to be executed after the document is printed.
    See Also